Skip to main content
POST
/
customers
/
{customerId}
/
drip-campaigns
cURL
curl --request POST \
  --url https://sandbox.veritusagent.ai/api/v1/customers/{customerId}/drip-campaigns \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "campaignName": "<string>",
  "webhook": {
    "url": "<string>",
    "secretId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
campaignName
string
required

The name of the drip campaign. This will be assigned to you.

webhook
object

Webhook-related information to send the drip campaign updates to.